Welcome![Sign In][Sign Up]
Location:
Search - Java Graphics

Search list

[JSPJava2DGraphics

Description: 这本书覆盖面相当广,涉及到几个较复杂的领域——计算机图形,信号处理,排版和颜色管理,集中讲解了 Java 2D API,并包含了很多能编译运行的例子程序。 -this book very wide coverage, involving some of the more complex areas-- computer graphics, signal processing, typesetting and color management, a focus on Java 2D API, and includes a compiler can run many examples of procedures.
Platform: | Size: 2472960 | Author: ssd | Hits:

[JSPJava3DProgramming

Description: Java 3D 是 Sun 公司开发的用于客户端 3D 图形应用编程的一套接口(API),无论是游戏开发、科学计算,还是MCAD、生物技术,还是虚拟现实(Virtual Reality)、仿真技术,Java 3D都是很优秀的选择。 本书共分18章,每一章都能自成一体,使你能集中精力解决相关的问题。 -Sun Java 3D is developed for the client 3D graphics application programming interface set (AP I), both game development and scientific computing, or MCAD, biotechnology, or virtual reality (Virtual Reality), simulation technology, Java 3D are good choices. The book is divided into 18 chapters, each devoted all self-contained, so you can concentrate on solving the problem.
Platform: | Size: 4275200 | Author: ssd | Hits:

[Game Programjava_lsys

Description: 电脑中的花园 Lindermayer系统(简称L系统)是另外一种分形图形生成的方法,其主要原理是设定基本简单的绘图规则,然后让计算机根据这些规则进行反复跌代,就可以生成各种各样的图形来。用L系统可以非常逼真的模拟植物的生长过程。上面的程序就是L系统的一个展示。我们已经设定好了一个规则库,你可以通过选择不同的规则画出不同的图形来,同时,你可以通过“设置参数”来改变这些规则从而画出你自己的图形来! -computers garden Lindermayer System (L) is another kind of fractal graphics Health 10% of the method, its main principle is to set basic, simple mapping rules then let the computer under their rules or substituting repeatedly, it can generate a variety of graphics to. L system can be very realistic simulation of plant growth process. The above procedure is an L-system display. We have established a good rule base, you can choose different rules paint a different graphics to the same time, you can use the "set parameters" to change the rules so as to draw your own graphics!
Platform: | Size: 99328 | Author: 陈志阳 | Hits:

[JSP/JavasvgExamples

Description: 用java语言实现的svg图形程序,其中包括柱图,饼图,点图。-with java language of svg graphics program, including plans column, pie, Maps.
Platform: | Size: 21504 | Author: 张瑞德 | Hits:

[JSP/Javajavapictureimageapplet

Description: 包含6个源码。主要是使用APPLET对图形图像进行处理。 有旋转,缩放,底片效果,水波纹效果,渐变效果-contains six source. Mainly use APPLET right graphics processing. A rotating, zooming and negatives effects ripple effect fading effect
Platform: | Size: 193536 | Author: 李维 | Hits:

[OtherJavaexErciseSource

Description: 学习Java的过程中所做的联系的汇总 字符串的输入、字符串转化到整数、异常处理、流 最大公约数和最小公倍数 字符ASCII码的比较 一元二次方程根 求根公式 窗口类、按钮类、窗口中对象(如按钮)的布局、事件、绘图(Paint) 复选框、单选框、列表框、下拉选择框 菜单类、对话框类 绘图、绘图函数 按钮类、标签类 -learning through the process linked to the summary of the input string, the string to integer conversion, exception handling, flow and implements the common denominator ASCII characters in the comparison one yuan quadratic equation- roots formula window type, category buttons, window objects (such as buttons) layout, the incident, mapping (Paint) check box alone selects, list box, the drop-down menu selection box category, the category dialog graphics, mapping function button type, category label
Platform: | Size: 2048 | Author: 星曦 | Hits:

[2D Graphicpicture112

Description: 这是我用JAVA写的2D图表描制系统。能绘制各种常用的2D图形,比如正方形、长方形、圆形、椭圆、线条等等!-This is what I used to write Java 2D graphics system depiction system. Commonly used to draw various 2D graphics, such as square, rectangular, round, oval, line, etc.!
Platform: | Size: 512000 | Author: 杜喜珠 | Hits:

[GDI-Bitmap2004013141

Description: 本程序为java版本的画图程序,包含基本的图形操作。程序都是在文件编辑作图以及基本的 java理解上很游泳-the procedures for java version of the drawing program, including basic graphics operation. Procedures are in the document editing mapping and basic understanding of java is swim
Platform: | Size: 269312 | Author: 廖洪申 | Hits:

[JSP/Javajdraw

Description: java编辑的一个小型应用程序可以用来进行基本的绘图-editor of a small application can be used for basic graphics
Platform: | Size: 1024 | Author: 周峰 | Hits:

[GUI Developvjbook

Description: 用AWT来生成图形化用户界面时,组件和容器的概念非常重要。组件是各种各样的类,封装了图形系统的许多最小单位,例如按钮、窗口等等;而容器也是组件,它的最主要的作用是装载其它组件,但是象Panel这样的容器也经常被当作组件添加到其它容器中,以便完成杂的界面设计。布局管理器是java语言与其它编程语言在图形系统方面较为显著的区别,容器中各个组件的位置是由布局管理器来决定的,共有5种布局管理器,每种布局管理器都有自己的放置规律。事件处理机制能够让图形界面响应用户的操作,主要涉及到事件源、事件、事件处理者等三方,事件源就是图形界面上的组件,事件就是对用户操作的描述,而事件处理者是处理事件的类。因此,对于AWT中所提供的各个组件,我们都需要了解该组件经常发生的事件以及处理该事件的相应的监听器接口。-used to generate graphical user interfaces, components and packaging concept is very important. Components are a variety of categories, Packaging, a graphics system many smallest unit, such as buttons, windows, etc.; Also containers and components, and its main role is to carry other components, such as the Panel of containers are often used as components added to the other containers, in order to complete the miscellaneous sector face design. Layout Manager is java programming language and other languages in the graphics system is more notable distinction, packaging various components from the location of the layout manager to decide, there were five types of layout manager, each layout manager has its own laws placed. The incident handling mechanism to allow graphical user interface resp
Platform: | Size: 3959808 | Author: zhh | Hits:

[Windows Developwz_jsgraphics

Description: 利用javascript画图形,很酷的图形库-use javascript painting graphics, cool graphics library
Platform: | Size: 5120 | Author: 长江二 | Hits:

[GDI-Bitmapjava3478

Description: 一个功能简单的图形编辑器 一个功能简单的图形编辑器-a function of a simple graphical editor f unction of a simple graphics editor
Platform: | Size: 2048 | Author: rich | Hits:

[OtherTestPaint

Description: Java Applet 簡易繪圖小畫家 可幫助初學者學習如何使用-Java Applet small simple graphics artist can help beginners learn how to use
Platform: | Size: 5120 | Author: Davi Su | Hits:

[JSP/Javamandelthread

Description: java产生的一个分形图形,就是所谓的Mandelbrot set-of a fractal graphics, is the so-called Mandelbrot set
Platform: | Size: 2048 | Author: liaojie | Hits:

[JSP/Javadelineate-0.5

Description: Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG results using Apache Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF,PCD, PSD, RAS. -Delineate is a tool for converting bitmap r Aster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG res ults using Apache Safari. Input formats are JPEG , PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF, PCD, PSD, RAS.
Platform: | Size: 3621888 | Author: Jet Lan | Hits:

[2D Graphichuizhiyutianchong

Description: 利用java.awt.Graphics2D类绘制各种图形,矩形,圆,二次曲线,饼形以及它们的填充图形等-use java.awt.Graphics2D draw various types of graphics, rectangle, circle, conic, pie-shaped and filled their graphics
Platform: | Size: 11264 | Author: xxxxzzzzyyyy007 | Hits:

[2D GraphicJavaDictionary

Description: 一个Java编的小词典,图形界面,用正则表达式实现简单的字典查询-a series of small Java Dictionary, graphics interface, is a regular expression with simple dictionary inquiry
Platform: | Size: 2833408 | Author: apple | Hits:

[Internet-NetworkPromptCommunication

Description: 采用专业级的多线程、Socket、Swing图形等Java技术。-professional-grade multi-threaded, socket, Java Swing graphics technology.
Platform: | Size: 581632 | Author: dove | Hits:

[GIS programEngineViewerJava

Description: 本程序实现用java编写的基于Arcengine的gis中图形浏览编辑功能-the java program using prepared by the gis Arcengine based graphics editing capabilities View
Platform: | Size: 1759232 | Author: 张磊 | Hits:

[GUI DevelopJpcapDumper-0.3-src

Description: 实现网络流量分析,网络抓包,可以用饼图,曲线图等多种图形绘制出流量,同时可以分析访问者的IP地址及端口号-network traffic analysis, network capturing Packet can be pie, charts and other graphics drawn flow, visitors also can analyze the IP address and port number
Platform: | Size: 227328 | Author: 王洪斌 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net